Skip to main content
Request

curl --location 'https://openapi.gs-robot.com/openapi/v3/tasks/fusion/robot-capabilities/get' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{token}}' \
--data '{
"robotSn": "TEST00-0000-000-B088"
}'

Version requirement: This API is supported only on AIO software version 1.6 and later.

supportFusionTask is 1 only when the robot featureList contains this capability. supportTimerScheduleTask is 0 when the featureList contains hideTimerScheduleTask; otherwise it is 1.

Response

{
"code": 0,
"data": {
"productId": "TEST00-0000-000-B088",
"robotFamilyCode": "S6",
"supportFusionTask": 1,
"supportTimerScheduleTask": 1
},
"msg": "success"
}